home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / printing / diskl310.zip / PRODUCTS.DOC < prev    next >
Text File  |  1994-11-21  |  4KB  |  80 lines

  1.  
  2.  
  3.  
  4.      SHERLOCK v2.73 <ASP-U> is another Shareware program produced by
  5.      Gulf Sierra.
  6.  
  7.      SHERLOCK is designed to do one job, compare two ASCII files line
  8.      by line.  When they don't match, SHERLOCK raises a flag.  At that
  9.      point, you may scroll either or both files passed the mismatch to
  10.      put them in sync and then continue.  SHERLOCK contains features
  11.      for searching, jumping around the files, restarting, and copying
  12.      lines to a printer.  SHERLOCK does not write to either file.
  13.  
  14.      SHERLOCK is designed as a tool for programmers, writers and
  15.      workstation support personnel.  It is best on files like program
  16.      source files, AUTOEXEC.BAT, CONFIG.SYS, and text documents.
  17.  
  18.      SHERLOCK displays five lines of each file in separate windows.
  19.      The line from each file that is being compared is in the center
  20.      of the window and highlighted.  The line number of the center
  21.      line is displayed in the upper left corner of the window frame.
  22.      When they do not match, a message pops up between the windows.
  23.      The top line of each window frame displays the number of the
  24.      center line and the name of the file.
  25.  
  26.      At the end of this documentation is a page showing the SHERLOCK
  27.      screen.  Since it contains graphic lines, it may not print on
  28.      your printer.  View this on your computer screen.
  29.  
  30.      You may order a disk with the latest PC-ACCOUNT system and
  31.      SHERLOCK from me.  Send $45.00 to register PC-ACCOUNT and/or
  32.      $25.00 to register SHERLOCK right away and get the benefit of
  33.      immediate telephone assistance.  Visa, MasterCard, and American
  34.      Express accepted.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.                               ┌─────────────────┐   T-Trim Leading Spaces  Yes
  42.                               │ S H E R L O C K │   A-Case Sensitive       No
  43.                               └─────────────────┘   R-Remove All Spaces    No
  44. ╒╡      356╞═══════════════════╡ DISKLIST.BAS ╞═══════════════════════════════╕
  45. │   CASE 1                                                                    │
  46. │      D1 = ASC(DSEL$(CHOICE))                                                │
  47. │      D1 = D1 - 1: IF D1 < 66 THEN D1 = DRIVEL                               │
  48. │      DSEL$(CHOICE) = CHR$(D1) + ":"                                         │
  49. │   CASE 2                                                                    │
  50. ╘═════════════════════════════════════════════════════════════════════════════╛
  51.           DO NOT MATCH
  52. ╒╡      356╞═══════════╡ D:\QB45\DISKLIST\DISKLIST.BAS ╞══════════════════════╕
  53. │   CASE 1                                                                    │
  54. │      D1 = ASC(DSEL$(CHOICE))                                                │
  55. │      D1 = D1 - 1: IF D1 < 65 THEN D1 = DRIVEL                               │
  56. │      DSEL$(CHOICE) = CHR$(D1) + ":"                                         │
  57. │   CASE 2                                                                    │
  58. ╘═════════════════════════════════════════════════════════════════════════════╛
  59.        ╔╡ FUNCTION KEYS ╞═══════════════════════════════════════════════╗
  60.        ║ FK 1 - HELP; also Shift & Ctl  FK 2  - Jump to Line            ║
  61.        ║ FK 3 - Quit Now                FK 4  - Jump to DOS             ║
  62.        ║ FK 5 - Open a New File         FK 6  - Reverse Scroll Action  ║
  63.        ║ FK 7 - Print Lines             FK 8  - Print Registration Form ║
  64.        ║ FK 9 - Toggle Display ON/OFF   FK 10 - Toggle Auto SCAN ON/OFF ║
  65.        ╚════════════════════════════════════════════════════════════════╝
  66.  
  67.  
  68.  
  69.      This is the main screen of SHERLOCK.  It illustrates the two
  70.      windows that contain the text being displayed and the list of
  71.      functions available.  Unfortunately, it doesn't show the yellow,
  72.      brown, black, red and blue colors or the reverse video of this
  73.      screen.
  74.  
  75.      The middle lines of the top two windows are highlighted.  They
  76.      are both line 356 in the respective documents.  The flag between
  77.      the windows indicate that these lines do not match.  One line has
  78.      the number with the value 66 and the other has 65.
  79.  
  80.